(defgroup speedbar): Use group 'etags instead of nonexisting group
authorMarkus Rost <rost@math.uni-bielefeld.de>
Sun, 17 Nov 2002 22:46:38 +0000 (22:46 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Sun, 17 Nov 2002 22:46:38 +0000 (22:46 +0000)
 'tags.

lisp/speedbar.el

index e9d601aaaad886d7f80a106143a0939055f4cdce..9b551fc0794cb18aa5de7b0e42f42b9e62a08c97 100644 (file)
 ;; customization stuff
 (defgroup speedbar nil
   "File and tag browser frame."
-  :group 'tags
+  :group 'etags
   :group 'tools
   :group 'convenience
   :version "20.3")